home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00828_Script_Alien Flee
< prev
next >
Wrap
Text File
|
1995-05-21
|
859b
|
44 lines
on mouseDown
global ZappedOrNot
put the movietime of sprite 48 into ZappedOrNot
if ZappedOrNot >= 1200 then
puppetsound 0
exit
end if
put "Flee" into f
put "FleeHL" into fHL
hiliter 8, f, fHL
puppetsound "flee.aif"
updatestage
end
on mouseUp
global gTheDay, themovieName, ZappedOrNot, snap1, snap2
if ZappedOrNot >= 1200 then
puppetsound 0
exit
end if
WhatDayIsIt
set the castNum of sprite 8 = cast "Flee"
repeat with d = 7 to 10
puppetSprite d, false
end repeat
puppetsprite 48, false
--set the DirectToStage of cast theMovieName to 0
set the sound of cast themovieName to 0
updatestage
if snap1 <> 0 then
go frame "AlienDarkroom"
puppetsound 0
exit
else
go frame gtheday & "NoShots"
puppetsound 0
exit
end if
end